home *** CD-ROM | disk | FTP | other *** search
/ Floppyshop 2 / Floppyshop - 2.zip / Floppyshop - 2.iso / diskmags / 0022-3.564 / dmg-0049 / 414.txt < prev    next >
Text File  |  1997-04-16  |  21KB  |  464 lines

  1. Info-Atari16 Digest   Friday, August 25, 1989   Volume 89 : Issue 414
  2.  
  3. This weeks Editor: Bill Westfield
  4.  
  5. Today's Topics:
  6.  
  7.                      Apple ][ to ST data transfer
  8.                       Re: Multitasking on the ST
  9.                    Re: Re~2: Multitasking on the ST
  10.                       8Mb on an ST, bounced mail
  11.                  DeskJet Plus power-up sequence fix!
  12.                     Re~2: New Atari 68030 Machines
  13.                            Modula-2 (again)
  14.                            Program Speedup
  15.                         WOA @ DALLAS -- great!
  16.  
  17. ----------------------------------------------------------------------
  18.  
  19. Date: 19 Aug 89 07:30:54 GMT
  20. From: cs.dal.ca!iisat!brains!george_seto@uunet.uu.net  (George Seto)
  21. Subject: Apple ][ to ST data transfer
  22. To: info-atari16@score.stanford.edu
  23.  
  24. Apple ][ to ST data transfer:
  25.  
  26.    Stouder@cmu.unige.c @cmu.unige.ch
  27.  
  28.    sorry, but the ST won't be able to directly read the data from the Apple
  29. ][ disks. Apple used an odd method of formatting disks, which means you will
  30. have to hook the two together via Serial ports and communications programs.
  31. If you can, you should be able to transfer at speeds up to 19,200 bps. I have
  32. successfully connected between and Amiga (a friends) and a 1040STf with not a
  33. byte lost. You probably will need a null modem and may have to have the two
  34. computers handle it with one as a host system. If on the ST, you have Flash
  35. or Interlink, you can do that fairly easily as the host system. Interlink is
  36. easiest as it has a special "mini-bbs" built-in to it. With Flash, you can
  37. handle it with Do files or with the Remote control Accessory.  Of course, the
  38. whole thing can be done manually.
  39. --
  40.    -===------===-    From George Seto at Cerebral Cortex BBS System
  41.   -==-==----==-==-   (902)462-7245 3/12/2400 8N1 24h/7d
  42.  -==-------==------  george_seto%brains@iisat.UUCP
  43.   -==-==----==-==-   
  44.  
  45. ------------------------------
  46.  
  47. Date: 13 Aug 89 11:43:01 GMT
  48. From: mcvax!unido!tub!tubopal!alderaan@uunet.uu.net  (Thomas Cervera)
  49. Subject: Re: Multitasking on the ST
  50. To: info-atari16@score.stanford.edu
  51.  
  52. In article <1070@philmds.UUCP> leo@philmds.UUCP (Leo de Wit) writes:
  53. =In article <675@opal.tubopal.UUCP> alderaan@tubopal.UUCP (Thomas Cervera)
  54.  writes:
  55. =|  But isn't there any software solution to that ? (I'm looking on primitive
  56. =|MMU versions on PDPs where the operating system does a part of context-
  57. =|saving work on failed EMT or TRAP recovery). The LSI11 processors are very
  58. =|much like the M68k family. Or is this really impossible on 680x0 ? (Remember,
  59. =|I'm only a dumb physicist :-) )
  60. =
  61. =The problem is that for instance a page fault can emerge whilst in the
  62. =middle of an instruction. Whereas the 68010, 68020 etc. store much
  63. =information on the stack at a BUSERR (29 words if I'm correct), the
  64. =68000 only stores 7 words, which is not sufficient to resume each type
  65. =of instruction.  For instance:
  66. =
  67. =    movem.l   (a3),a2-a5
  68. =
  69. =Since this instruction modifies the contents of a3, it cannot be resumed
  70. =when a bus error occurs after a3 has been modified (and the instruction
  71. =has not yet completed).
  72.  
  73.   I'm not that familiar with the 68000's hardware and pin configuration.
  74. But isn't there a pin telling the non-existent MMU 'shut up, I'm working on
  75. an instruction right now !' ?
  76.   Sure, the MMU must be able to hold it's BUSERR signal back until the CPU
  77. drops this line and tries to fetch the next instruction.
  78.   If this is possible, error recovery on BUSERR should not be a problem.
  79.  
  80. --
  81. Thomas Cervera         | UUCP:   alderaan@tubopal.UUCP
  82. SysMan RKOpdp (RSTS/E) |         ...!unido!tub!opal!alderaan (Europe)
  83. D-1000 Berlin 30       |         ...!pyramid!tub!opal!alderaan (World)
  84. Motzstrasze 14         | BITNET: alderaan%tubopal@DB0TUI11.BITNET (saves $$$)
  85.  
  86. ------------------------------
  87.  
  88. Date: 13 Aug 89 11:22:51 GMT
  89. From: mcvax!unido!tub!tubopal!alderaan@uunet.uu.net  (Thomas Cervera)
  90. Subject: Re: Re~2: Multitasking on the ST
  91. To: info-atari16@score.stanford.edu
  92.  
  93. In article <415@nixpbe.UUCP> mboen@nixpbe.UUCP (Martin Boening) writes:
  94. >What's all this about NEEDING memory segmentation for Multitasking. You can
  95. >have Multitasking without memory segmentation. (Of course memory segmentation
  96. >helps a lot). Just look at several multitasking OSs for the ST, all running
  97. >without a REAL MMU: OS-9/68000, IDRIS, RTOS-UH/Pearl, MINIX-ST, Xinu,
  98. >(what else ?).
  99. > [...]
  100. >I hope this convinces everybody that multitasking is possible (even if not
  101. >feasible due to lack of speed) on the ST.
  102.  
  103.   
  104.  
  105.   Encore une fois:
  106.   Multi tasking is possible but USELESS for every-day operation on a machine
  107. where every little bullsh*t program can trash important memory. You definetely
  108. CANNOT shrink a system's kernel PLUS working variables completely into 2048
  109. bytes. BUT THAT'S ALL PROTECTED MEMORY YOU HAVE ON AN ST. Oh, sure, you could
  110. execute what's in the hardware registers.
  111.   I don't want to think about wasted time during software debugging on a
  112. machine where ANY program can produce unpredictable and perhaps unreproductable
  113. reactions of ANY program running on it (INCLUDING THE OPERATING SYSTEM ITSELF)
  114. if it's not coded correctly. (Maybe your printer daemon crashes the system
  115. every time you print more than 42 asterisks).
  116.   It is not neccessary at all that YOU are the source of this behaviour, some-
  117. one else who has written a program currently running in your system's background
  118. could be the cause ! Perhaps YOU WILL NEVER KNOW !
  119.   If you have an MMU and if your 'crash exception handler' is working correctly,
  120. only the nasty program will die WITHOUT affecting others. Because of that you
  121. can exactly determine what's going wrong there.
  122.  
  123.   Of course, this is not only relevant for multi tasking systems on the ST but
  124. for all multi-program environments on this machine (including TOS). BUT it's
  125. a matter of fact, that multi tasking means multiplying the probabilty of crazy
  126. system behaviour !
  127.  
  128. --
  129. Thomas Cervera         | UUCP:   alderaan@tubopal.UUCP
  130. SysMan RKOpdp (RSTS/E) |         ...!unido!tub!opal!alderaan (Europe)
  131. D-1000 Berlin 30       |         ...!pyramid!tub!opal!alderaan (World)
  132. Motzstrasze 14         | BITNET: alderaan%tubopal@DB0TUI11.BITNET (saves $$$)
  133.  
  134. ------------------------------
  135.  
  136. Date: 20 Aug 89 13:05:17 GMT
  137. From: mcvax!ukc!acorn!moncam!emmo@uunet.uu.net  (Dave Emmerson)
  138. Subject: 8Mb on an ST, bounced mail
  139. To: info-atari16@score.stanford.edu
  140.  
  141. Sorry for posting this here, my mail seems to be bouncing a lot lately, I'll
  142. try to make it generally interesting to compensate..
  143.  
  144. Firstly, the guy in Alaska enquiring about the 2/4 Mb expander board :
  145. There are none left, I can't post you the photography without a commitment
  146. to run a batch, but if you mail me a fax number, I'll gladly fax you a copy
  147. so's you can see what's what. Your machine sounds like Harry's so should be
  148. OK. Alternatively, I can snailmail you a set of 'stats.
  149.  
  150. Two or three people have asked about the possibility of going beyond 4Mb
  151. by adding a second MMU. Without having more info on the internals of the
  152. MMU, I can't really comment, but physically this would be a messy job. A
  153. cleaner solution for 8Mb is simmering at the back of my tiny cranium at
  154. the moment. If anyone cares to experiment/comment, it goes a bit like this:
  155.  
  156. A22 is disconnected from the MMU, and the MMU's A22 pin is tied low. It now
  157. can't distinguish between the first and second 4mb (nor between the 3rd and
  158. 4th, but this is irrelevant to our purpose). A22 is then ORed with each of
  159. the 4 cas_ lines in a 74F32. The 4 resultant outputs are used to replace the
  160. existing cas_ lines to your existing 4Mb. You should try this first, to make
  161. sure your ST still works reliably. I have heard rumours that some models
  162. may have marginal timing. If yours has, this extra 5nS may make it unreliable.
  163. Soak test it like this for a few days. NB: don't forget to add those series
  164. resistors in each cas_ line!
  165. If my guess is correct, you should be able to read garbage from the 2nd 4Mb
  166. space without your ST crashing. If not, let me know, and I'll try to check
  167. it out. (Anything written to that area should just vanish)
  168. Adding the 2nd 4Mb is then fairly simple, all the connections are paralleled
  169. with the first 4mB EXCEPT the 4 cas_ lines. These are obtained by inverting
  170. A22 in a 74F04, and ORing the result with the 4 ORIGINAL cas_ lines in
  171. another 74F32. The resultant outputs are the new cas_ lines for the new
  172. memory.
  173. The new 4Mb is capable of all the DMA functions of the original, but you
  174. have a tiny bit more work to do yet.
  175. Because the TOS only looks for up to FOUR Mb, you'll have to write a small
  176. patch to modify some of the system variables, to get all 8Mb in use, and
  177. this code will have to be run immediately after booting. I don't have a copy
  178. of the developer's manual handy, so I can't say how many, nor which ones.
  179. Quite likely you'll find it easiest to refer to the disassembly listing for
  180. the TOS and pick a suitable point to re-enter it at with one register changed
  181. to hold the new RAMTOP, doing most of the cold reset over again. If you do,
  182. don't forget to make your patch check to see if it's already been run, or
  183. you'll loop forever!
  184. I can't actually check this out myself, Harry is still on hols, and I doubt
  185. if he feels he'll need (or can afford) 8Mb anyway, even running EMACS.
  186. Where you will actually physically put all this extra hardware is of course
  187. another matter. If your 4Mb expansion board uses DIL 1Mbit memories, you'll
  188. probably be able to piggyback the new ones.
  189.  
  190. Lastly, a note for those debating multitasking:
  191. Since multitasking code has to be relocatable, all addressing has to
  192. be of the PC-relative type. On a 680x0 this limits addressing range to
  193. PC +- 32K. If every task had 32K of non-code space above and below it, the
  194. chances of corruption of other tasks are minimal, even without an MMU....
  195.  
  196. Dave E.
  197.  
  198. -Disclaimer-
  199. Since my employer doesn't seek my approval of his opinions, I haven't
  200. sought his.
  201.  
  202. ------------------------------
  203.  
  204. Date: 20 Aug 89 02:57:53 GMT
  205. From: nic.MR.NET!ns!logajan@ub.d.umn.edu  (John Logajan)
  206. Subject: DeskJet Plus power-up sequence fix!
  207. To: info-atari16@score.stanford.edu
  208.  
  209. HP DeskJet Plus / Atari ST power-up sequence problem -- solved!
  210.  
  211. I have discovered that if the Atari ST parallel (printer) port
  212. STROBE line (normally high) is pulled toward ground (low) by a
  213. heavy load (such as a powered-off HP DeskJet Plus), the ST STROBE
  214. line will thereafter stay low until the load is removed (by
  215. powering up the DJ+), and until software intentionally sets the
  216. STROBE line high again.  (Weird note: the STROBE line has to be
  217. pulled low for something on the order of 1/2 second or longer for
  218. it to "stick" low -- I do not know why this is.)
  219.  
  220. Once the STROBE line gets stuck low, the DJ+ responds with a BUSY
  221. set high.  The Atari TOS will not send any data to the printer
  222. while the BUSY line is high -- so no printing can take place.
  223.  
  224. There are six solutions to this grid-lock (I recommend #6):
  225.  
  226. 1.) Power up the DJ+ first and the ST second.  (Then the ST will
  227.     never see a heavy "low" load on the STROBE line.)
  228.  
  229. 2.) Push the Atari RESET button.  (The reset sequence sets the
  230.     STROBE line high, clearing the problem.)
  231.  
  232. 3.) Have a software routine which sets the STROBE line high.  (No
  233.     sense putting this in the auto folder to clear it on reboot,
  234.     since reboot itself clears the problem -- until next time.)
  235.  
  236. 4.) Power cycle the DJ+ with a print job in the ST "queue".  (You
  237.     will lose the first part of the print job, and I think the
  238.     print job must be a minimum length of bytes long to get it
  239.     over the DJ+ power-up self-test delay.)
  240.  
  241. 5.) Momentarily ground the BUSY line with a print job in the ST
  242.     "queue".  (I'm not sure if you will lose the first byte of
  243.     your listing with this method.)
  244.  
  245. 6.) Install a PNP transistor in the STROBE line.  This fix is
  246.     much simpler than it may seem.  Also it simultaneously solves
  247.     the heavy loading problem the DJ+ puts on the Atari STROBE
  248.     line.  (Without the transistor, the loading on the STROBE line
  249.     appears to push it near the 0.8 volt level limit.  The DATA
  250.     lines do not seem to have same problem, their low levels seem
  251.     to be well within limits -- so no buffering seems needed.)
  252.  
  253. You need:
  254.  
  255.  - One 2N2907 (or practically any PNP transistor)
  256.  
  257.  - Access to the Printer cable wires for pin #1 (STROBE) and any
  258.    ground pin (pins 18-25 on the Atari end, or pins 19-30 on the
  259.    DJ+ end.)  I managed to do this inside the cover of the
  260.    Centronics-type connector.
  261.  
  262. Step #1  Disconnect the STROBE wire from pin #1.
  263.  
  264. Step #2  Connect the Emitter (E) wire of the transistor to the
  265.          Printer side of the wire/pin#1 split you did in step #1.
  266.          (It depends upon which end of the cable you put your
  267.          transistor into.)
  268.  
  269. Step #3  Connect the Base (B) of the transistor to the Atari side
  270.          of the wire/pin#1 split you did in step #1.
  271.  
  272. Step #4  Connect the Collector (C) of the transistor to one of the
  273.          ground pins (18-25 Atari end, or 19-30 DJ+ end.)
  274.          [Caution: Metal cased transistors often have the case
  275.          electrically connected to the Collector -- hence the case
  276.          will most likely be grounded -- avoid having the case
  277.          touch anything that should not be grounded.]
  278.  
  279. Step #5  Close up and/or wrap up.  Make sure the transistor case
  280.          and connections are not touching anything they shouldn't
  281.          be touching.
  282.  
  283.  
  284. Figures:
  285.  
  286.                           -----> Ground
  287.                           !
  288.                          / C
  289.                      B !/
  290. from Atari STROBE >----!
  291.                        !\
  292.                          \ E
  293.                          !
  294.                          ----------> to Printer STROBE
  295.         -------
  296.        /     B \
  297.       / E       \   Metal Can style transistor -- common pin
  298.     ==           !  configuration -- bottom view.
  299.       \      C  /
  300.        \       /
  301.         -------
  302.  
  303.         ----
  304.         ! C  \
  305.         ! B   !     Plastic Flat sided style transistor -- common
  306.         ! E  /      pin configuration -- bottom view.
  307.         ----
  308.  
  309.  
  310. Appendix:
  311.  
  312.               Speed on the parallel printer port.
  313.  
  314.  The Atari does screen dumps at about 1250 bytes/second.
  315.  
  316.  The Atari does text dumps at about 714 bytes/second.
  317.  
  318.  A GFA Basic program I wrote dumps graphic bytes to the DJ+ at
  319.  about 2174 bytes/second.  Since an 8 by 8 inch graphic picture
  320.  with 300dpi density requires 720,000 bytes -- you can see that the
  321.  dump alone should take almost 6 minutes for even the GFA program.
  322.  
  323.  This all suggests that one might want to take advantage of the
  324.  DJ+'s mixed mode graphic commands, where "blank" space is jumped
  325.  over.  Software should be able to "count" over these locations
  326.  much faster than it would take to dump them in dumb mode.
  327.  
  328. THE END.
  329.  
  330. --
  331. - John M. Logajan @ Network Systems; 7600 Boone Ave; Brooklyn Park, MN 55428  -
  332. - logajan@ns.network.com / ...rutgers!umn-cs!ns!logajan / john@logajan.mn.org -
  333.  
  334. ------------------------------
  335.  
  336. Date: 20 Aug 89 11:50:18 GMT
  337. From:
  338.  gem.mps.ohio-state.edu!rpi!crdgw1!ge-dab!peora!cmpfen!bob@tut.cis.ohio-state.ed
  339. u  (Bob Breum)
  340. Subject: Re~2: New Atari 68030 Machines
  341. To: info-atari16@score.stanford.edu
  342.  
  343. Xorg@cup.portal.com (Peter Ted Szymonik) writes:
  344.  
  345. >Accordin to Sam Tramiel in this month's START the '030 (aka TT) will
  346. >come in many onfigurations, one being a 6 meg machine which will have
  347. >TOS 1.4 built-in, will run UNIX 5.3.1 as a $299 add-on option and will
  348. >aslo emulate MS-DOS (and the Mac no doubt with Dave Small's Spectre GCR.)
  349.  
  350. I want both TOS 1.4 and UNIX, at the same time.  Will the TT run
  351. multiple TOS 1.4 sessions _under_ UNIX, like an 80386/ix machine can
  352. run multiple DOS sessions under UNIX?  Now _that_ would be the best of
  353. all possible worlds: Several UNIX windows, including a couple of TOS
  354. sessions and a couple of MS-DOS sessions mixed in with standard UNIX
  355. tasks.
  356.  
  357. --
  358. Computer Fenestrations                                                Bob Breum
  359. Post Office Box 151             
  360. Lake Monroe, FL 32747 USA
  361. +1 407 322-3222                                            "C is the new BASIC"
  362.  
  363. ------------------------------
  364.  
  365. Date: 21 Aug 89 02:00:29 GMT
  366. From:
  367.  agate!helios.ee.lbl.gov!ncis.tis.llnl.gov!blackbird!news@ucbvax.Berkeley.EDU
  368.  (News System Account)
  369. Subject: Modula-2 (again)
  370. To: info-atari16@score.stanford.edu
  371.  
  372. If I might burden the net with another request;  I would be interested
  373. in M2 sources or pointers to said sources thereof.  We thank you for
  374. your support.
  375.  
  376. BTW, savin' my pennys for a TT.  Un*x at home!  MS-DOS too! (Well, they DO
  377. have alot of programs.)
  378.  
  379. -------------------------------------------------------------------------------
  380.  Bill Hodges                    |  Me?  People who speak for the Air Force get
  381.  bhodges@blackbird.afit.af.mil  |  paid a lot more than I do! I just work here.
  382.  
  383. ------------------------------
  384.  
  385. Date: 21 Aug 89 03:18:52 GMT
  386. From: clong@topaz.rutgers.edu  (Chris Long)
  387. Subject: Program Speedup
  388. To: info-atari16@score.stanford.edu
  389.  
  390. I am currently working on an assembly-language program that takes
  391. quite a while to run (*weeks* to *months*).  Does anyone have any
  392. good ideas or pointers to books and/or articles which would help me
  393. to speed it up?  Are there speed upgrades for the Atari ST available?
  394. No floating point operations are involved.
  395.  
  396. Also, what happened to ssyx.ucsc.edu?  I tried an anonymous ftp
  397. there to pick up a copy of the MJ C compiler, but apparently Atari
  398. PD programs are no longer archived there.  Is there somewhere else
  399. that I could pick up a copy of it?
  400. --
  401. Chris Long, 272 Hamilton St. Apt. 1, New Brunswick NJ  08901  (201) 846-5569
  402.  
  403. "It has no normal subgroups" was Tom's simple observation.
  404.  
  405. ------------------------------
  406.  
  407. Date:         21 AUG 89 00:09:56 CST
  408. From:     Z4648252 <Z4648252%SFAUSTIN.BITNET@Forsythe.Stanford.EDU>
  409. To:       <info-atari16@SCORE.STANFORD.EDU>
  410. X-Orig-To: info-atari16@score.stanford.edu
  411. Subject:  WOA @ DALLAS -- great!
  412.  
  413. Hello everyone,
  414.  
  415.     I just returned from the World of Atari show at Dallas and, from a
  416. user's point of view who bought over $300.00 worth of goodies, it was
  417. fantastic.  If there is an Atari Fest in your area, you owe it to yourself
  418. and your developers to attend.
  419.     Meeting the ST gurus, programmers, and developers is a treat.  Everyone
  420. which I met demonstrated patience, in spite of the constant crowds, and were
  421. more than eager to discuss modifications complete with the hows, whys and
  422. why nots.
  423.     One program utility disk which I purchased and am so impressed with
  424. that I'm barely able to contain myself is DC Utilities by Double Click.
  425. There have already been ample reviews and mentions of this disk so I'm not
  426. going to sum it up.  However, I do wish to praise one program and rate it
  427. as a "must have".  On the disk is a program named DCSQUISH.  Basically, it
  428. 'squishes' any executable program, saves a copy of the original, and gives
  429. you an executable squished copy back.  Disk space savings appear to average
  430. about twenty percent with some squished files being much higher in savings.
  431. I have saved 800k of disk space in my C partition, if that is an indicator
  432. of savings.  Time of execution of the squished program?  It is FAST.  On
  433. my Mega2 ST with original Mega roms (1.2), I noticed that Flash, executed
  434. from floppy, came up one second QUICKER.
  435.     Again, nothing but praise for this program and my thanks and
  436. congratulations to Double Click for such a utility.
  437.     Another product which I am now wooing over is Turbo 1.6.  It does
  438. everything that you have heard.  I booted up WordPerfect, loading in a
  439. four paged file.  My Mega, of course, has the blitter.  Doing a down arrow
  440. scroll, it took the Mega without Turbo 1.6 to reach the end of the document
  441. in 23 seconds.  Installing Turbo 1.6 gave me a time of 21 seconds.  Without
  442. the blitter but with Turbo, the time was 27 seconds.  With both turned
  443. off, well.........forget it.  Wasn't even worth timing!
  444.     Turbo 1.6 gives such an improvement and approaches the blitter in
  445. performance that I don't really see the need for the purchase of the
  446. chip.  This is from my impressions as a user and I know nothing about
  447. what is going on behind the scenes of the blitter.  However, Turbo 1.6
  448. "has arrived".  It is a product worthy of purchase and even for the Mega,
  449. makes a substantial improvement.
  450.     World of Atari is a great opportunity for the user.  I hope that if
  451. any other Atari Fest occurs and it is reachable by you, then by all means
  452. go.  Meeting and talking with the programmers gives one a great appreciation
  453. of the products used and indeed, you will feel as if you, as the user,
  454. are part of the process.
  455.  
  456. Larry Rymal in East Texas <Z4648252@SFAUSTIN.BITNET>
  457.  
  458. ------------------------------
  459.  
  460. End of Info-Atari16 Digest
  461. **************************
  462. -------
  463.  
  464.